home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
AsyncIO
/
include
/
diceclib
/
asyncio_protos.h
Wrap
C/C++ Source or Header
|
1995-11-14
|
397b
|
16 lines
/* $VER: clib/asyncio_protos.h 1.0 (9.9.95) */
#ifndef ASYNCIO_PROTOS_H
#define ASYNCIO_PROTOS_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/asyncio_protos.h> /* Note this is in the Amiga directory */
#if __SUPPORTS_PRAGMAS__
#ifdef __DICE_INLINE
#ifdef ASIO_SHARED_LIB
extern struct Library *AsyncIOBase;
#include <pragmas/asyncio_pragmas.h>
#endif
#endif
#endif
#endif